home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / libg_261.zip / libg_261 / libg++ / etc / ChangeLog next >
Text File  |  1994-09-19  |  6KB  |  156 lines

  1. Mon Sep 19 14:34:28 1994  Jason Merrill  (jason@deneb.cygnus.com)
  2.  
  3.     * ADT-examples/generic-q.cc (queueimplement): Remove trailing \.
  4.  
  5. Fri May 13 20:53:08 1994  Jason Merrill  (jason@deneb.cygnus.com)
  6.  
  7.     * various: Make things build with gcc -ansi -pedantic-errors.
  8.  
  9. Fri May 13 14:20:47 1994  Mike Stump  (mrs@cygnus.com)
  10.  
  11.     * PlotFile3D/*: Use true and false, instead of TRUE and FALSE.
  12.  
  13. Fri May 13 14:01:38 1994  Jason Merrill  (jason@deneb.cygnus.com)
  14.  
  15.     * fib/fib.cc: Add const as necessary to make conformant.
  16.  
  17. Thu Apr  7 22:26:48 1994  Jason Merrill  (jason@deneb.cygnus.com)
  18.  
  19.     * ADT-examples/search.cc (public): Fix argtypes of Cmp function.
  20.  
  21. Sun Feb  6 12:32:52 1994  Jason Merrill  (jason@deneb.cygnus.com)
  22.  
  23.     * fib/fib.cc: Add 'inline' to some friend declarations.
  24.  
  25.     * PlotFile3D/Vec3D.h: Remove prototypes for following inline functions.
  26.  
  27. Mon Nov  1 17:59:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  28.  
  29.     * ADT-examples/Patmain.cc:  Get declarations of start_timer and
  30.     return_elapsed_time from #include <builtin.h>.  (They're
  31.     now extern "C".)
  32.  
  33. Sun Apr 25 20:57:05 1993  Per Bothner  (bothner@cygnus.com)
  34.  
  35.     Changes (mostly from Peter Schauer) to permit compilation
  36.     using cfront 3.0 and otherwise be ARM-conforming.
  37.     * fib/fib.cc:
  38.     They work around the used gcc compiler extensions and remove two
  39.     Integer operator * ambiguities.
  40.     I first tried to rewrite all the NRV constructs to use a macro, but
  41.     the result was so ugly that I decided to use the NO_NRV approach
  42.     unconditionally.
  43.     * Plotfile3D/{PlotFile3D.cc,PlotFile3D.h,Vec3D.h,tPlotFile3D}:
  44.     These work around the used gcc compiler extensions, remove an auto
  45.     aggregate initialization and compensate for one inability of cfront
  46.     to inline.  Two type mismatch errors are also fixed.
  47.  
  48. Fri Jan 15 18:29:14 1993  Per Bothner  (bothner@cygnus.com)
  49.  
  50.     * ADT-examples/{Patmain.cc, Patricia.cc, Patricia.h, keyhash.cc,
  51.     search.cc, tsort.cc}:  Portability fixes (for cfront compilation)
  52.     from <Peter.Schauer@regent.e-technik.tu-muenchen.dbp.de>.
  53.  
  54. Tue Dec 29 08:57:24 1992  Ian Lance Taylor  (ian@cygnus.com)
  55.  
  56.     * Makefile.in: pass $(FLAGS_TO_PASS) to all calls to make.
  57.  
  58. Thu Dec  3 19:23:27 1992  Per Bothner  (bothner@cygnus.com)
  59.  
  60.     * Makefile.in: Fix distclean, realclean to not delete
  61.     Makefile before recursing.
  62.  
  63. Tue Nov 17 22:16:37 1992  Per Bothner  (bothner@rtl.cygnus.com)
  64.  
  65.     * Makefile.in:  Include 'fib' among the other SUBDIRS.
  66.  
  67. Thu Aug  6 14:47:09 1992  Ian Lance Taylor  (ian@tweedledumber.cygnus.com)
  68.  
  69.     * benchmarks/Makefile.in: removed unused MINUS_G variable.
  70.  
  71. Mon Jul 20 16:10:03 1992  Mike Stump  (mrs@cygnus.com)
  72.  
  73.     * ADT-examples/keyhash.cc (Word_Read::operator ()):  Add a cast
  74.     from void * to char * since it is not a standard conversion.
  75.     * ADT-examples/keyhash.cc (Word_Read::Word_Read):  Convert old
  76.     style base initialization to new style.
  77.  
  78. Wed Jun 17 16:40:10 1992  Per Bothner  (bothner@rtl.cygnus.com)
  79.  
  80.     * Makefile.in, */Makefile.in:  Fix *clean rules.
  81.     * Makefile.in:  Use FLAGS_TO_PASS to pass current
  82.     flags to subdirs.
  83.     * release.log:  Removed and merged with ../WHATS.NEW.
  84.     * fib/Makefile.in:  Use CFLAGS instead of old MINUS_G.
  85.     * ADT-examples/{genPatkey.cc,search.cc}:  Use the
  86.     more portable rand/srand instead of srandom/random
  87.     (who cares if it is less random).
  88.  
  89. Wed Jun  3 23:26:44 1992  Per Bothner  (bothner@rtl.cygnus.com)
  90.  
  91.     * benchmarks/dhrystone.cc:  Clean up calls to time():
  92.     Use (_G_time_t*) instead of (long*) for argument casts.
  93.     Also #Include <time.h> instead of bad K&R-style prototype.
  94.  
  95. Fri May 29 12:35:48 1992  Per Bothner  (bothner@rtl.cygnus.com)
  96.  
  97.     * lf/Dirent.cc, lf/Dirent.h, lf/directory.cc:  Simplify to
  98.     assume Posix-style direct.h.  (dirent.h fixed to compensate.)
  99.     * lf/directory.cc:  Do The Right thing even if no symlinks.
  100.     * lf/directory.cc:  More portable:  Don't depend on d_namlen.
  101.     * benchmarks/dhrystone.cc: Fix to use _G_SYSV instead of USG.
  102.  
  103. Thu May 14 15:01:54 1992  Per Bothner  (bothner@rtl.cygnus.com)
  104.  
  105.     * lf/Makefile.in:  Don't have 'make check' run ./lf -
  106.     it dies on Irix.  FIXME.
  107.     * benchmarks/Makefile.in:  Don't have 'make check' run ./byval -
  108.     it dies on Iris and DECstation.  FIXME.
  109.  
  110. Wed May  6 22:51:11 1992  Per Bothner  (bothner@rtl.cygnus.com)
  111.  
  112.     * graph/graph.cc:  Use ostrstream instead of deprecated dtoa.
  113.  
  114. Fri Apr 17 14:56:51 1992  Per Bothner  (bothner@cygnus.com)
  115.  
  116.     * lf directory:  Shortened all file names (entry-handler.cc
  117.     to entry.cc etc), as a gradual migrartion to handle SYSV and DOS.
  118.     * Makefile.in, */Makefile.in:  Common changes (see ../ChangeLog).
  119.  
  120. Tue Mar  3 11:34:21 1992  Heinrich G. Seidl  (hgs@rtl.cygnus.com)
  121.  
  122.     * Removed `rem-blank.awk' (now done in ../Make.defs with sed)
  123.       moved `etags.c', `c++-mode.el' and `g++dep.sh' into ../utils
  124.       moved `fib.cc' into `fib' (updated Makefile and Sanitize ...)
  125.  
  126. Sun Mar  1 17:01:39 1992  Per Bothner  (bothner@cygnus.com)
  127.  
  128.     * PlotFile3D/PlotFile3D.{h,cc}:  Change error method
  129.     to return void, not volatile void.
  130.     * benchmarks/dhrystone.cc: Lexical fix to avoid warning.
  131.     * Makefile.in:  Add 'check' rule.
  132.     Avoid duplicate work sub-directory scan for 'realclean'.
  133.     * {ADT-examples,PlotFile3D,benchmarks,graph,lf}/Makefile.in:
  134.     Add 'check' rule, following updates standards.text.
  135.     * graph/Makefile.in:  Add stuff to 'clean' rule.
  136.  
  137. Thu Feb 27 16:28:08 1992  Per Bothner  (bothner@cygnus.com)
  138.  
  139.     * lf/Dirent.h:  Fix prototypes for FOO_Dirent_error_handler.
  140.  
  141. Mon Feb  3 15:04:05 1992  Per Bothner  (bothner at cygnus.com)
  142.  
  143.     * PlotFile3 directory:  Converted to use iostream functionality.
  144.  
  145. Sun Feb  2 13:12:16 1992  Per Bothner  (bothner at cygnus.com)
  146.  
  147.     * fib.cc:  Add #include <builtin.h>.
  148.  
  149. Sun Jan 26 19:10:21 1992  Per Bothner  (bothner at cygnus.com)
  150.  
  151.     * ADT-examples/{Patmain.cc,search.cc,tsort.cc}:
  152.     Add #includes that are needed due to reorganization.
  153.     * graph/{Makefile.in,configure.in, depend}:  Use depend
  154.     rule in ../../Make.defs to generate separate depend file.
  155.     * trie/gen/main.cc (main):  Use iostream package.
  156.